home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / db.h < prev    next >
C/C++ Source or Header  |  2002-12-18  |  107b  |  10 lines

  1. #ifndef __db_h_
  2. #define __db_h_
  3.  
  4. #define DEBUG 1
  5. #undef  DEBUG
  6.  
  7. void dbpr( const char *fmt, ... );
  8.  
  9. #endif
  10.